home *** CD-ROM | disk | FTP | other *** search
/ Galleria D'arte: Manet / Manet.iso / Dati / Credits.dxr / 00005_go next.ls < prev    next >
Encoding:
Text File  |  2000-12-21  |  262 b   |  21 lines

  1. on mouseWithin me
  2.   cursor(280)
  3. end
  4.  
  5. on mouseLeave me
  6.   cursor(-1)
  7. end
  8.  
  9. on mouseDown me
  10.   global gCredits
  11.   if gCredits = #crediti then
  12.     tell the stage
  13.       go("interludio")
  14.     end tell
  15.     go(1, "interludio")
  16.   else
  17.     go(#next)
  18.   end if
  19.   cursor(-1)
  20. end
  21.